home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "screen2"
- cursor(280)
- set the visible of sprite 43 to 1
- set the visible of sprite 39 to 0
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "screen"
- cursor(-1)
- set the visible of sprite 43 to 0
- set the visible of sprite 39 to 1
- end
-
- on mouseUp me
- set the visible of sprite 43 to 0
- set the visible of sprite 39 to 1
- go("SSavers")
- end
-